home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qostnote.arc / API.TEC < prev    next >
Text File  |  1990-07-05  |  4KB  |  105 lines

  1. @MINOR HEADING = 
  2.  
  3. @MAJOR HEADING = DESQview API <BI>( advanced programming interface 
  4. )<D>
  5.  
  6. The DESQview API is described in the Version 2.0 manual on page 193 
  7. under the heading "A DESQview-specific program...".  
  8.  
  9.  
  10.  
  11. Using the API, your program can access the features of DESQview from 
  12. the system level.  This can allow your program to spawn new tasks, 
  13. pass information to other windows and control the size and shape of 
  14. windows.  One window can be made a subtask of another.  It is also 
  15. possible using API to exercize full control over the system so that 
  16. your program becomes in effect the front end menu of the system with 
  17. DESQview providing windowing, memory management and multitasking under 
  18. the surface.
  19.  
  20. Quarterdeck plans to provide a programmers reference to the API during 
  21. the latter part of '87.  Until that time, there are several other 
  22. references available:
  23.  
  24.  
  25.  
  26. @MINOR HEADING = "Appendix J - DESQview Version 2.0 manual"
  27.  
  28. Appendix J contains general programming information regarding interfacing 
  29. programs to DESQview including Assembler source code for several of 
  30. the most basic DESQview calls.  For programmers that simply want to 
  31. make their programs run very well in DESQview while retaining the 
  32. ability to run in DOS outside of the DESQview environment, this selection 
  33. of calls provides all that most programmers will ever need.  It is 
  34. important to note that these calls are also supported by earlier versions 
  35. of DESQview.  More advanced API calls may require the use of DESQview 
  36. 2.0 or above.
  37.  
  38. @MINOR HEADING = DESQview Bulletin Board System:
  39.  
  40. Some source and object code files for implementation of the basic 
  41. calls is available from the DESQview Bulletin Board System.  Full 
  42. access to the BBS is restricted to users with priority service or 
  43. users with registered, serial-numbered copies of DESQview.
  44.  
  45.  
  46.  
  47. The Quarterdeck Bulletin Board system operates 24 hours a day, seven 
  48. days a week.  The telephone number is (213)396-3904.  Supported baud 
  49. rates are 2400/1200/300.  Preferred communications parameters are: 
  50. 8 data bits, No Parity, 1 stop bit.  You should plan to download using 
  51. one of the following error-free protocols: XMODEM, XMODEM CRC, YMODEM 
  52. or KERMIT. 
  53.  
  54. @MINOR HEADING = Books:
  55.  
  56. "<MI>The Programmer's Guide to TopView<D>", by Alan R. Miller. Published 
  57. by SYBEX, 2344 6th. St., Berkeley, CA 94710 (415)848-8233.  Price: 
  58. about $19.95.  Available at many computer book stores.  Gives an overview 
  59. and introduction to the API.  Includes source code examples (in Assembler) 
  60. of many of the API functions. Does not include any disks and is not 
  61. really a substitute for an API Toolkit or reference manual. However, 
  62. since the cost is reasonable, this is an excellent source to discover 
  63. the possibilities of programming under the API.
  64.  
  65. @MINOR HEADING = Programming Toolkits:
  66.  
  67. <MI>TopView Programmer's ToolKit <D><N>Version 1.10 by I.B.M. Corp.
  68.  
  69. Source: International Business Machines Corp. 
  70.  
  71. P.O. Box 1328-W 
  72.  
  73. Boca Raton, FL  33429-1328
  74.  
  75.  
  76.  
  77. The definitive source of API information until the DESQview API Toolkit 
  78. becomes available.  Contains Assembler and IBM Pascal source code 
  79. and full API documentation. Developers making extensive use of the 
  80. API should probably consider obtaining the TopView Toolkit.  Approximate 
  81. cost: $395.
  82.  
  83.  
  84.  
  85. <MI>TopView Toolbasket <D>version 1.01 by Strawberry Software Inc.
  86.  
  87. Source: Strawberry Software, Inc.        
  88.  
  89. 42 Pleasant Street        
  90.  
  91. Watertown, MA 02172        
  92.  
  93. (617)923-8800
  94.  
  95.  
  96.  
  97. Contains documentation and Lattice libraries on disk for 71 API functions.  Designed 
  98. for use with the Lattice "C" compiler.  Approximate cost $190.
  99.  
  100.  
  101.  
  102. ___  Your name has been added to the list of developers to be      notified 
  103. upon release of the DESQview API Toolkit. 
  104.  
  105.